func go/parser.isTypeSwitchAssert
3 uses
go/parser (current package)
parser.go#L2193: func isTypeSwitchAssert(x ast.Expr) bool {
parser.go#L2202: return isTypeSwitchAssert(t.X)
parser.go#L2205: if len(t.Lhs) == 1 && len(t.Rhs) == 1 && isTypeSwitchAssert(t.Rhs[0]) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)